FormSuite v6.0 - Updated
Set Up the Visual Studio Project Files
Developer Guide > How To Use Forms API > Set Up the Visual Studio Project Files

Project files are supplied for Visual Studio 2015, 2017 and 2019. The projects share all of the same source files, and for the most part the source code compiled by these projects is identical.

In the source of the Forms API, all of the multithreaded processing is implemented using the Task Parallel Library introduced in .NET 4. Code blocks using the Task Parallel Library are enabled through definition of the preprocessor symbol, MULTITHREADED_PROCESSING.

Project Files

Project Files can be found in the FormSuite ZIP package:   

Using the Forms API outside of .NET 4

In order to use the Forms API in projects that target earlier versions of .NET, such as .NET 2, 3, or 3.5, the Forms API needs to be rebuilt from source code.

Namespace

The namespace of all types in the API is Accusoft.Forms.

 

Is this page helpful?
Yes No
Thanks for your feedback.